All Questions
Tagged with algorithmimage-recognition
6 questions
4votes
2answers
513views
Viola Jones Algorithm
Can Viola Jones algorithm be used to detect the facial emotion. Actually it was used in creating harr-cascade file for object and facial detection, but what confused me is whether it can be used to ...
3votes
2answers
10kviews
Cropping image using ML?
Is there a way to train AI to find aspecific line or symbol in a image and crop it? OpenCV scripts finds a face and crops it: how can I add my annotations? Lest say I have a image like this: ...
5votes
1answer
921views
Image comparison algorithm, trying to figure out how similar two "binary" forms are
I'm a student I'm completely new to this technology maybe my approach could be completely wrong, I want to create an algorithm that compares the similarity between two binarized images. I'll explain: ...
0votes
3answers
886views
Java - A good place to begin if over all goal is ML and Ai?
I am currently studying Java (Se && EE). I am wondering if it is a good platform for developing ML algorithms for AI. Areas of interest: facial rec - Speech Rec - understanding conversation in ...
2votes
1answer
501views
Is there any way can teach AI creative painting (not convert photo to paint)?
I already know that AI can paint, by using genetic algorithms, there are already lots of works such as this and this. In addition, I also know AI can compose: Song from PI: A musically plausible ...
1vote
1answer
71views
Do you need single or multiple networks to detect multiple faces?
Given pictures with multiple features such as faces, can a single AI algorithm detect all of them, or for better reliability is it preferred to use separate instances? In other words, I'm talking ...